home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / novell / apiasm.exe / APIASM.TXT
Text File  |  1994-02-17  |  4KB  |  122 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Client API for Assembly Documentation Update
  5. DOCUMENT ID:        TID100075
  6. DOCUMENT REVISION:  A
  7. DATE:               04FEB94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         NA
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Client SDK 1.0e
  14.  
  15. ABSTRACT:
  16.  
  17. This document contains the latest corrections and updates for the
  18. Client API for Assembly documentation.
  19.  
  20. ------------------------------------------------------------------
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  23. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  24. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  25. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO EXPLICIT
  26. OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  27. ------------------------------------------------------------------
  28.  
  29. ISSUE
  30.  
  31.      This file contains the latest changes and additions to the
  32.      Client API for Assembly version 1.0.
  33.  
  34.      NetWare Client API for Assembly Errata - Last updated
  35.      02-03-94
  36.      -----------------------------------------------------
  37.      ***
  38.  
  39.      Cancel LPT Capture                               02-03-94
  40.  
  41.      The DL register should contain 02h on entry.  Ignore the
  42.      line about the DH register.  This call ends a capture on the
  43.      default LPT device instead of on a specified device.
  44.  
  45.      ***
  46.  
  47.      End LPT Capture                                  02-03-94
  48.  
  49.      The DL register should contain 01h on entry.  Ignore the
  50.      line about the DH register.  This call ends a capture on the
  51.      default LPT device instead of on a specified device.
  52.  
  53.      ***
  54.  
  55.      Flush LPT Capture                                02-03-94
  56.  
  57.      The DL register should contain 03h on entry.  Ignore the
  58.      line about the DH register.  This call closes the capture
  59.      file on the default LPT device instead of on a specified
  60.      device.
  61.  
  62.      ***
  63.  
  64.      Flush Specific LPT Capture                       02-03-94
  65.  
  66.      This call is missing from the documents; however, "Flush LPT
  67.      Capture" actually has the documentation for "Flush Specific
  68.      LPT Capture."
  69.  
  70.      ***
  71.  
  72.      Start LPT Capture                                02-03-94
  73.  
  74.      The DL register should contain 00h on entry.  Ignore the
  75.      line about the DH register.  This call starts a capture on
  76.      the default LPT device instead of on a specified device.
  77.  
  78.      ***
  79.  
  80.      Map Directory Number to Path                     02-03-94
  81.  
  82.      The parameter at offset 4 of the request packet should read
  83.      as follows:
  84.  
  85.      Offset  Request Packet Contents  Bytes  Remarks
  86.  
  87.      4       Directory Entry          4      Index to File
  88.                                              Server's directory
  89.                                              tables.  Must be
  90.                                              associated with
  91.                                              volume number.
  92.  
  93.      ***
  94.  
  95.      Scan Property                                    02-03-94
  96.  
  97.      The parameter at offset 18 of the reply packet should be 4
  98.      bytes long, not 2.  The following is an example of how the
  99.      end of the reply buffer should look:
  100.  
  101.                Reply Packet
  102.      Offset     Contents          Bytes       Remarks
  103.  
  104.      18      Search Instance        4    Use to increment last
  105.                                          instance on iterative
  106.                                          calls.
  107.  
  108.      22      Value Available Flag   1    00h = Property has no
  109.                                                value.
  110.  
  111.                                          FFh = Property has a
  112.                                                value.
  113.  
  114.      23      More Properties Flag   1    00h = Last property
  115.  
  116.                                          FFh = More properties
  117.                                                to get.
  118.  
  119.  
  120.  
  121.  
  122.